home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / FlashGauntlet.swf / scripts / frame_16 / PlaceObject2_74_24 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2001-07-14  |  114 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.shot1))
  3.    {
  4.       removeMovieClip("_root.shot1");
  5.    }
  6. }
  7.